Update dependency django-webtest to v1.9.13 #23
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.7.7
->==1.9.13
Release Notes
django-webtest/django-webtest (django-webtest)
v1.9.13
Compare Source
v1.9.12
Compare Source
Add support for Django 5
No longer compatible with assertFormError
pytest fixture now unpatch Django settings after fixture run
v1.9.11
Compare Source
Add support for official Python & Django versions
Do not insert WebtestAuthentication to the head of DEFAULT_AUTHENTICATION_CLASSES.
v1.9.10
Compare Source
custom backends. Accessible via WEBTEST_AUTHENTICATION_BACKEND setting. Fixed #123
v1.9.9
Compare Source
Add Django 4 support
Remove Django 2 support
v1.9.8
Compare Source
Update testing configurations for Django and Python as per Django documentation
Add some useful metadata for the project's PyPI listing
Minor changes to documentation
Update getting session in DjangoTestApp. Fixed #113
Remove py27/py35 support
v1.9.7
Compare Source
v1.9.6
Compare Source
v1.9.5
Compare Source
Fix compatibility with django 3. See #96
Add integration with django-rest-framework auth
Add missing args to DjangoTestApp. Fixed #86
v1.9.4
Compare Source
py34 and Django 1.8 are no longer tested (but may works)
allow to use positionnal args; fixed #89
remove deprecated pytest.yield_fixture functions. use pytest.fixture instead;
fixed #88
Don't add duplicate WebtestUserMiddleware to the list of middlewares in
WebTestMixin. fixed #87
restore MIDDLEWARE_CLASSES support; fixed #84
v1.9.3
Compare Source
Passing
user=None
to get/post/etc. methods will clear a userpreviously set with
set_user
instead of doing nothing.Avoid sharing settings between tests in pytest plugin
Fix middleware settings name used
v1.9.2
Compare Source
silence warnings about is_authenticated on 1.11
include correct hostname (testserver) when using set_cookie
v1.9.1
Compare Source
v1.9.0
Compare Source
Backward incompatibility: positionnal arguments are no longer supported.
You'll need to replace them by keywords arguments.
Added support for Django 1.11
Dropped support for Django <= 1.7
Dropped support for Python 2.6
Changed value of
HTTP_HOST
header fromlocalhost
totestserver
, tomatch behaviour of Django test client.
Fixed
DjangoTestApp.options
Added
DjangoTestApp.head
Added pytest fixtures
v1.8.0
Compare Source
Fixed issue #40 - combining
app.get
auto_follow=True
with otherkeyword args.
Add compatibility to the MIDDLEWARE setting introduced in django 1.10
Drop support for django 1.2
v1.7.9
Compare Source
Add set_user() to allow to set a user globally for the app
Allow 'click' to be given a user param
Mention testapp.reset() in readme
Allow to use
json_
methodsv1.7.8
Compare Source
(thanks Eric Araujo);
(thanks Helen Sherwood-Taylor);
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.